$intSec = Time.GetSecond (
"
<time>
"
)
Extracts seconds from the given time expression.
Parameters
<time>
Any valid time expression in hh:mm:ss format.
Return Value
Returns an integer value between 0 and 59.
Example
$ret = time.GetSecond ("10:42:23")
$ret
contains
23
.